DisposeMovieController
TheDisposeMovieController
function disposes of a movie controller. Your application is responsible for disposing of the movie that is associated with the movie controller. Do not dispose of the movie before disposing of the controller.
pascal void DisposeMovieController (MovieController mc);
mc
- Specifies the movie controller for the operation. You obtain this
identifier from the Component Manager'sOpenComponent
orOpenDefaultComponent
function, or from theNewMovieController
function (described on page 2-28).DESCRIPTION
TheDisposeMovieController
function is implemented by the Movie Toolbox, not by movie controller components. If you are creating your own movie controller component, you do not have to support this function.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help